LEADTOOLS (Leadtools assembly)

RasterCommentMetadata Constructor(RasterCommentMetadataType,Byte[])

Show in webframe







The type of comment to create.
The data for the comment.
Initializes a new instance of the RasterCommentMetadata class with the specified values.
Syntax
public RasterCommentMetadata( 
   RasterCommentMetadataType type,
   byte[] data
)
'Declaration
 
Public Function New( _
   ByVal type As RasterCommentMetadataType, _
   ByVal data() As Byte _
)
'Usage
 
Dim type As RasterCommentMetadataType
Dim data() As Byte
 
Dim instance As New RasterCommentMetadata(type, data)
public RasterCommentMetadata( 
   RasterCommentMetadataType type,
   byte[] data
)
- (id)initWithType:(LTRasterCommentMetadataType)inType 
              data:(NSData*)inData;
            
public RasterCommentMetadata(
  RasterCommentMetadataType type, 
  byte[] data
)
            
function RasterCommentMetadata( 
   type ,
   data 
)
public:
RasterCommentMetadata( 
   RasterCommentMetadataType type,
   array<byte>^ data
)

Parameters

type
The type of comment to create.
data
The data for the comment.
Example
For an example, refer to Leadtools.Codecs.RasterCodecs.WriteComment(System.IO.Stream,System.Int32,Leadtools.RasterCommentMetadata).
Requirements

Target Platforms

See Also

Reference

RasterCommentMetadata Class
RasterCommentMetadata Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.